home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / xarchie-2.0.9 / FWF / MultiList / Imakefile next >
Makefile  |  1995-06-18  |  416b  |  19 lines

  1. #
  2. # Imakefile for MultiList
  3. #
  4. # Note that this Imakefile is just sufficient to build the MultiList
  5. # for use with xarchie. The original FWF distribution contains a more
  6. # elaborate Imakefile for a variety of purposes. See the file ../README.
  7. #
  8. # George Ferguson, ferguson@cs.rochester.edu, 21 Jul 1992.
  9. #
  10.  
  11. SRCS = MultiList.c
  12. OBJS = MultiList.o
  13.  
  14. INCLUDES = -I.
  15.  
  16. NormalLibraryTarget(MultiList,$(OBJS))
  17.  
  18. DependTarget()
  19.